	.m-idxmaps{
		height: calc(100vh - 1.1rem);
		background: url() no-repeat center;
		background-size: cover;
		display: block;
	}
	
	.m-idxmaps .mapsnv{
		padding-top: 1.6rem;
		width: 500px;
	}
	.m-idxmaps .topitem.item{
		padding: .25rem .28rem;
	}
	.m-idxmaps .topitem.item .tit{
		font-weight: bold;
	}
	.m-idxmaps .item{
		background-color: #fff;
		padding: .1rem .28rem;
		margin-bottom: 0.1rem;
		cursor: pointer;
	}
	.m-idxmaps .mapsnv .tit{
		font-size: 20px;
		color: #2e67ab;
		margin-bottom: 0.05rem;
	}
	.m-idxmaps .mapsnv .info{
		font-size: 14px;
		color: #666;
	}
	
	.m-idxmaps .item.on{
		background-color:#2e67ab ;
	}
	.m-idxmaps .item.on .tit,
	.m-idxmaps .item.on .info{
		color: #fff;
	}
	
	.m-idxmaps .mapsnv .items{
		height: 3rem;
		overflow-y: auto;
	}
	.m-idxmaps .mapsnv .item:last-of-type{
		margin-bottom: 0;
		/* background-image: url(images/about/ban.png); */
	}
	
	
	@media only screen and (max-width: 950px) {
		.m-idxmaps{
			position: relative;
			padding-top: 50px;
		}
		.m-idxmaps .mapsnv{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}
		.m-idxmaps .mapsnv .items{
			height: 7rem;
		}
	}
	@media only screen and (max-width: 750px) {
		.m-idxmaps{
			height: 500px;
		}
		.m-idxmaps .mapsnv{
			position: static;
			width: auto;
			transform: none;
		}
		.m-idxmaps .mapsnv .items{
			height: 150px;
		}
		.m-idxmaps .topitem.item{
			padding: 15px 28px 18px;
		}
		.m-idxmaps .mapsnv .item{
			padding: 8px 26px 14px;
			margin-bottom: 10px;
		}
		.m-idxmaps .topitem.item .tit{
			line-height: 2;
		}
		
	}	
	
	
		
	@font-face {
		font-family:'font-en1';
		src: url(../fonts/AKZIDENZGROTESK-MEDIUMCONDALT.OTF);
	}
	.idx-row1{
                               padding: 0.8rem 0 1.8rem 2.38rem;
		
	}
	.m-mapbox{
		padding:1.15rem 2rem .6rem;
		position: relative;
		color:#fff;
		margin-top: 0.1rem;
	}
	.m-mapbox:after{
		content:'';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 7rem;
		background-color:#005fa1;
	}
	.m-mapbox .maptits{
		position: relative;
		z-index: 10;
		margin-bottom: .6rem;
	}
	.m-mapbox .maptits .tit{
		/* font-size: .62rem; */
		font-size: 0.34rem;
		/* font-family:'font-en1'; */
		margin-bottom: 5px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.m-mapbox .maptits.en .tit{
		font-size: .48rem;
	}

	.m-mapbox .maptits .desc{
		font-size: .2rem;
		font-size: 0.18rem;
	}
	.m-mapbox a{
		position: relative;
		z-index: 10;
	}
	
	.m-idxmaps{
		height: 7rem;
	}
	.m-idxmaps .mapsnv{
		padding-top: 1rem;
		width: 5rem;
		margin-left: 1rem;
	}
	
	@media only screen and (max-width: 1400px) {
		.m-idxmaps .mapsnv{
			width: 400px;
		}
	}
	
	@media only screen and (max-width: 950px) {
		.m-idxmaps .mapsnv{
			left: 0;
			transform: translateY(-50%);
		}
		.m-idxmaps .mapsnv .tit{
			font-size: 15px;
		}
		.m-idxmaps .mapsnv .items{
			height: 4rem;
		}
	}
	
	@media only screen and (max-width: 750px) {
		.m-mapbox{
			padding:30px 15px;
			
		}
		.m-idxmaps{
			height: 550px;
			padding-top: 0;
		}
		.m-idxmaps .mapsnv{
			margin-left: 0;
			width: 100%;
			transform: none;
		}
		.m-idxmaps .mapsnv .items{
			height: 150px;
		}
		.m-mapbox .maptits{
			margin-bottom: 20px;
		}
		.m-mapbox .maptits .tit{
			font-size: 24px;
			font-weight: bold;
		}
		.m-mapbox .maptits.en .tit{
			font-size: 26px;
			margin-bottom: 5px;
		}
		.m-mapbox .maptits .desc{
			font-size: 14px;
		}
		.m-mapbox .maptits.en .desc{
			font-size: 13px;
		}
		.m-mapbox::after{
			height: 350px;
		}
	}

/* product*/	

.swiper-banner {
	position: relative;
}

.banner {
	position: static;
}

.index-newlist {
	padding: 0.5rem 0;
}

.index-newlist .g-tits {
	margin-bottom: 0.4rem;
}

.index-newlist ul {
	width: 14.4rem;
	margin: -.1rem auto;
	overflow: hidden;
}

.index-newlist li {
	float: left;
	width: 25%;
}

.index-newlist ul .con {
	margin: 0 .1rem;
	display: block;
}

.index-newlist ul .con:hover img {
	transform: scale(1.1);
}

.index-newlist ul .pic {
	height: auto;
	overflow: hidden;
	position: relative;
}
.index-newlist ul .pic img {
    border: 1px solid #fdd400; /* 边框宽度为1px，样式为实线 */
}

.index-newlist ul .pic .new {
	position: absolute;
	width: 100%;
	font-size: 0.28rem;
	font-weight: bold;
	background-color: #fdd400;
	text-align: center;
	transform: rotateZ(45deg);
	right: -1.3rem;
	top: .2rem;
	font-size: 0.22rem;
	line-height: 1.8;
}

.index-newlist ul .pic img {
	width: 99%;
	min-height: 100%;
	height: auto;
}

.index-newlist ul .txts {
	background-color: #efeff5;
	text-align: center;
	padding: .2rem .1rem;
}

.index-newlist ul .tit {
	font-size: 0.18rem;
}

.index-newlist ul .tit_en {
	font-size: 0.14rem;
}

@media only screen and (max-width:1199px) {
	.index-newlist {
		padding: 40px 15px;
	}

	.index-newlist li {
		width: 50%;
		margin-bottom: 15px;
	}

	.index-newlist ul {
		margin: 0 -5px;
		width: auto;
	}

	.index-newlist ul .con {
		margin: 0 5px;
	}

	.index-newlist ul .pic {
		height: auto;
	}

	.index-newlist ul .pic .new {
		right: -37%;
		top: 5%;
		font-size: 16px;
		line-height: 1.8;
	}

	.index-newlist ul .txts {
		padding: 10px 5px;
	}

	.index-newlist ul .tit {
		font-size: 14px;
	}

	.index-newlist ul .tit_en {
		font-size: 12px;
	}
}
@media only screen and (max-width:950px) {
	.header-all .btns .lang.adm {
		background-image: url(../img/adm1.png);
		width: 17px;
		height: 17px;
		background-size: 17px;
		background-position: right center;
		box-sizing: content-box;
	}
}
